<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    height: 420px;
    background: url(../Images/banners/index.png) no-repeat center center;
    padding-top: 2px;
}

.container {
    height: 645px;
}

    .container div.aboutus,
    .container div.products,
    .container div.news,
    .container div.technical,
    .container div.contractus {
        height: 310px;
        margin-top: 5px;
        position: absolute;
        overflow: hidden;
    }

    .container div.aboutus {
        width: 679px;
        left: 0px;
    }

        .container div.aboutus .cnt {
            text-indent: 2em;
            line-height: 25px;
            font-size: 13px;
            padding: 10px;
        }

            .container div.aboutus .cnt img {
                float: left;
                display: block;
                margin-right: 10px;
                margin-bottom: 10px;
            }

    .container div.products {
        right: 0px;
        width: 336px;
    }

.container div.news, .container div.technical, .container div.contractus {
    height:320px;
    width: 336px;
    bottom: 0px;
}

.news {
    left: 0px;
    background: url(../Images/news.png) no-repeat right bottom;
}

ul.cnt-list li {
    text-align: left;
    height: 30px;
    line-height: 25px;
    margin-left: 25px;
    list-style-type: square;
    color: #BFDEF3;
}

ul.cnt-list a:hover {
    color: red;
}

.technical {
    left: 343px;
    background: url(../Images/tech.png) no-repeat right bottom;
}

.contractus {
    right: 0px;
    background: url(../Images/contraceus.png) no-repeat right bottom;
}

    .contractus .cnt dl {
        margin: 10px;
    }

    .contractus .cnt dt {
        font-size: 15px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .contractus .cnt dl p {
        line-height: 20px;
    }

.links {
    width: 1024px;
    margin: 5px auto;
    height: 73px;
    line-height: 73px;
    border: solid 1px #ddd;
    background: #ececec url(../Images/links.png) no-repeat 1px center;
    overflow: hidden;
}

    .links p {
        font-size: 14px;
        margin-left: 120px;
    }


/*产品*/

.productCnt {
    position: relative;
    overflow: hidden;
}

    .productCnt .l-bar, .productCnt .r-bar {
        position: absolute;
        top: 30%;
        height: 50px;
        width: 20px;
    }

    .productCnt a.abar {
        font-family: "Modern No. 20";
        font-size: 80px;
        color: #BFDEF3;
        display: block;
        opacity: 0.8;
    }

        .productCnt a.abar:hover {
            text-decoration: none;
            color: #0381d7;
        }

    .productCnt .l-bar {
        left: 0px;
    }

    .productCnt .r-bar {
        right: 0px;
    }

.mid {
    height: 275px;
    width: auto;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
}

    .mid li {
        height: 100%;
        width: 336px;
        display: block;
        float: left;
        line-height: 275px;
        text-align: center;
        position: relative;
    }

        .mid li .tt {
            padding: 5px 10px;
            position: absolute;
            bottom: 0px;
            left: 0px;
            opacity: 0.8;
            display: block;
            width: 320px;
            line-height: 20px;
            background-color: #d7edfc;
            text-align: center;
         /*   text-indent: 2em;*/
        }


    .mid .img {
        margin: 0px auto;
        vertical-align: middle;
    }


.top10 {
    margin-top: 10px;
}
</pre></body></html>